home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 51 / Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso / -in_the_mag- / pdselect / outlinefont / outlinefont.readme < prev    next >
Text File  |  2000-02-16  |  3KB  |  93 lines

  1.  
  2.     OutlineFont 1.3
  3.  
  4.  
  5.     DESCRIPTION
  6.     OutlineFont is a small patch that draws an outline or a shadow around
  7.     Workbench icon text, increasing the readability on some background images,
  8.     and just generally looking snazzier.
  9.  
  10.  
  11.     REQUIREMENTS
  12.     AmigaOS 3.0 or higher. 68020 or better.
  13.  
  14.     Actually I don't know if it still works on on 3.0/3.1 due to the changes I
  15.     made in v1.3. Please email me if it doesn't work.
  16.  
  17.     INSTALLATION
  18.     Copy OulineFont to c: or somewhere else in your path.
  19.  
  20.     Start Prefs/Font
  21.  
  22.     Choose "Select Workbench Icon text..."
  23.  
  24.     Select the font text color you want. And decide which pen number you want
  25.     to use for the outline or shadow.
  26.  
  27.     Make sure the mode "Text" is selected. Don't select "Text+Field"!
  28.  
  29.     Select OK and save the font settings.
  30.  
  31.  
  32.     USAGE
  33.     OutlineFont FRONTPEN/N/A,BACKPEN/N/A,OUTLINEWIDTH/N/A,SHADOW/S
  34.  
  35.     FRONTPEN is the pen number of the text color you choose in Prefs/Font.
  36.  
  37.     BACKPEN is the pen number of the color you want to use as outline or
  38.     shadow
  39.  
  40.     OUTLINEWIDTH is the outline width in pixels.
  41.  
  42.     SHADOW only draw a shadow instead of a full outline.
  43.  
  44.     Add it to your User-Startup. You must start it with a "run >nil:"
  45.  
  46.     Example: "run >nil: OutlineFont 2 1 1 SHADOW"
  47.  
  48.     This will use color 2 for the text and 1 for the shadow. The shadow
  49.     width will be 1 pixel. If you are using the standard Workbench or MagicWB
  50.     palette this will give you a white font text with a black border.
  51.  
  52.     
  53.     NOTES
  54.     If you use Birdie you have to start it before Outlinefont in your
  55.     user-startup. Maybe even with a "wait 1" in between.
  56.  
  57.     You can stop Outlinefont by sending it a break (ctrl-c) signal. But it is
  58.     only safe to do so if you have one of the SetFunction enhancers installed
  59.     (SaferPatches, PatchControl or SetMan).
  60.  
  61.  
  62.     CREDITS
  63.     Thanls to Willem Schaaij and Frank Aisenbrey for the emails    
  64.  
  65.     Created with SAS/C 6.58 and CygnusEd 4.20 
  66.  
  67.  
  68.     COPYRIGHT
  69.     None whatsoever.
  70.  
  71.  
  72.     DISCLAIMER
  73.     It's _your_ fault :-)
  74.  
  75.  
  76.     AUTHORS:
  77.     Daniel Nyberg (1.0), Jonathan Gapen (1.1) and Rolf Max Rotvel (1.2+)
  78.  
  79.     Please send any comments you might have to me: rolfr@worldonline.dk
  80.  
  81.     
  82.     HISTORY
  83.     1.3 - Changed the way the patch checks for icon text drawing. Now it works
  84.           with WB 3.5, but you may need to change your settings in Prefs/Font.
  85.  
  86.           As a result of this the executable is smaller and probably also a bit
  87.           faster now.
  88.  
  89.     1.2 - Added SHADOW/S that only draws a shadow instead of a complete
  90.           outline. This looks exactly like the NewIcons icon text shadow, and
  91.           I implemented it because I missed this feature in AmigaOS 3.5
  92.  
  93.